Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UniqueLiveEvent #202

Closed
wants to merge 1 commit into from
Closed

Add UniqueLiveEvent #202

wants to merge 1 commit into from

Conversation

LunarX
Copy link
Collaborator

@LunarX LunarX commented Jul 3, 2024

SingleLiveEvent wasn't unique if used with observeForever. UniqueLiveEvent provides a unique notification among both observe and observeForever.

Unfortunately I cannot simply update SingleLiveEvent because, right now, some SingleLiveEvent are used inside one or more MediatorLiveData which would break those usages

SingleLiveEvent wasn't unique if used with `observeForever`. UniqueLiveEvent provides a unique notification among both `observe` and `observeForever`.

Unfortunately I cannot simply update SingleLiveEvent because, right now, some SingleLiveEvent are used inside one or more MediatorLiveData which would break those usages
@LunarX LunarX added the feature A new functionality is added to the product label Jul 3, 2024
@LunarX LunarX requested a review from sirambd July 3, 2024 06:40
@LunarX LunarX self-assigned this Jul 3, 2024
Copy link

sonarqubecloud bot commented Jul 3, 2024

@LunarX LunarX closed this Jul 3, 2024
@LunarX LunarX deleted the unique-live-event branch July 3, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality is added to the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant